Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify code which checks for numba #43

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

stweil
Copy link

@stweil stweil commented Jun 23, 2022

It is not necessary to run a subprocess to check whether numba
can be imported.

Signed-off-by: Stefan Weil [email protected]

It is not necessary to run a subprocess to check whether numba
can be imported.

Signed-off-by: Stefan Weil <[email protected]>
from numba import jit
print('numba available, importing jit')
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this message could also be omitted or updated to show 'numba available, imported jit'.

@stweil
Copy link
Author

stweil commented Oct 22, 2022

Ping?

nchachereau added a commit to nchachereau/pero-ocr that referenced this pull request Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant